From: LLVM Packaging Team Date: Wed, 1 Apr 2020 15:23:55 +0000 (+0100) Subject: Debian-version-info-and-bugreport X-Git-Tag: archive/raspbian/1%9.0.1-12+rpi1^2~81 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=7040d05b5cff1c4c0edb452d2d8605d0a0db6ad9;p=llvm-toolchain-9.git Debian-version-info-and-bugreport Gbp-Pq: Name 0003-Debian-version-info-and-bugreport.patch --- diff --git a/llvm/lib/Support/CommandLine.cpp b/llvm/lib/Support/CommandLine.cpp index 25510fa58..6c22f1c1c 100644 --- a/llvm/lib/Support/CommandLine.cpp +++ b/llvm/lib/Support/CommandLine.cpp @@ -2378,6 +2378,10 @@ public: OS << " " << LLVM_VERSION_INFO; #endif OS << "\n "; +#ifdef LLVM_DEBIAN_INFO + OS << LLVM_DEBIAN_INFO; +#endif + OS << "\n "; #ifndef __OPTIMIZE__ OS << "DEBUG build"; #else